Provides a generic implementation for streaming data from web services and synchronizing with the UI (user interface) updates.
Type Parameters
TStreamedData
The user type returned from the called web service.
TServiceState
User state information.
This is an abstract class which you need to override and implement the abstract methods in order to use. The class allows inheritors to specify the number of concurrent web calls they want make at once and synchronizes this with updating the UI with the streamed data.